home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 33 / Amiga Format AFCD33 (Issue 117, Dec 1998).iso / -seriously_amiga- / programming / c / qtools0.2 / qtools0.2-bin / libs / jpeg.h < prev    next >
C/C++ Source or Header  |  1998-09-14  |  771b  |  19 lines

  1. /* This file is automatically generated by a2ixlibrary. Do not change.
  2.    Only shared library sources can include this header, do not use this header
  3.    in your own programs! */
  4. #ifndef UNDEF_amiga_jpeg
  5.  
  6. extern void *__jaritab_jpeg_shared_ptr;
  7. extern void *__jpeg_natural_order_jpeg_shared_ptr;
  8. extern void *__jpeg_std_message_table_jpeg_shared_ptr;
  9. #define jaritab (*((__typeof__(jaritab) *)__jaritab_jpeg_shared_ptr))
  10. #define jpeg_natural_order (*((__typeof__(jpeg_natural_order) *)__jpeg_natural_order_jpeg_shared_ptr))
  11. #define jpeg_std_message_table (*((__typeof__(jpeg_std_message_table) *)__jpeg_std_message_table_jpeg_shared_ptr))
  12. #define UNDEF_amiga_jpeg
  13. #else
  14. #undef jaritab
  15. #undef jpeg_natural_order
  16. #undef jpeg_std_message_table
  17. #undef UNDEF_amiga_jpeg
  18. #endif
  19.